GoXam for WPF v3
RemoveChildNodeKey Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : RemoveChildNodeKey Method
the node data to be modified
the key value of the "child" node data
Remove a child node data's key value from a node data's list of "children" key values.
Syntax
public void RemoveChildNodeKey( 
   NodeType nodedata,
   NodeKey childkey
)

Parameters

nodedata
the node data to be modified
childkey
the key value of the "child" node data
Remarks
This calls DeleteChildNodeKey This is an error if Modifiable is false.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members